failure 183:

Requirement failed: {mvwscanw.03.02} these functions return ERR
location
trace /var/opt/lsb/test/olver-core/2013-01-18_15-48-05/ncurses_string_scanf_scenario.utz (ncurses_string_scanf_scenario.utt), line 2798
occurence
scenario ncurses_string_scanf_scenario
specification function scanw_spec()
parameter value  CallContext context = [pid=3712,thr=b73ff6c0]
parameter value  WindowTPtr * @win = <0xb2e4bd4>ptr to struct WindowTPtr { system=0, process=3712, address=142248464 }
parameter value  WindowTPtr * win = <0xb2e4bd4>ptr to struct WindowTPtr { system=0, process=3712, address=142248464 }
parameter value  NCursesPosition * @pos = { x=0, y=0 }
parameter value  NCursesPosition * pos = { x=0, y=0 }
parameter value  CString * @fmt = %i
parameter value  CString * fmt = %i
parameter value  List * @arguments = < 1200 >
parameter value  List * arguments = < 1200 >
return value  (IntT) 1
coverage
& branch
Win
win is not NULL
Pos
pos is not NULL
properties
REQ failed mvwscanw.03.02
kind POSTCONDITION_FAILED
similar known bug(s)
According to the standard, upon successful completion, mvwscanw() function from Ncurses library shall return OK(0), otherwise, it shall return ERR(-1). But on the target machine, the function mvwscanw() returned 1 when it is called with fmt argument " %i". Additional information about this bug may be found at http://linuxtesting.org/results/report?num=S0524.